//==============================================================================
// torch_anim.txt
//==============================================================================

//==============================================================================
define smoke
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Fire Tiny
      }
   }
}

//==============================================================================
define fire
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Smoke Tiny
      }
   }
}

//==============================================================================
define firebowl
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Fire Tiny Bowl
      }
   }
}

//==============================================================================
anim Idle
{
	SetSelector none 
	{
		CultureLogic Egyptian/Greek/Norse/Atlantean/Chinese
		//==============================Egyptian====================================== 	
		SetSelector
        {
            VariationLogic
            SetSelector
            {
                ConstructionLogic 0
                set hotspot
                {
                    version
                    {
                        Visual World E Torch Tall
						Connect ATTACHPOINT fire hotspot
						Connect ATTACHPOINT firebowl hotspot
						Connect ATTACHPOINT smoke hotspot
                    }
                }
                set hotspot
                {
                    version
                    {
                        Visual Building E Outpost foundation
                    }
                }
            }
            SetSelector
            {
                ConstructionLogic 0
                set hotspot
                {
                    version
                    {
                        Visual World E Torch Short
						Connect TOPOFHEAD fire hotspot
						Connect TOPOFHEAD firebowl hotspot
						Connect TOPOFHEAD smoke hotspot
                    }
                }
                set hotspot
                {
                    version
                    {
                        Visual Building E Outpost foundation
                    }
                }
            }
        }
		//==============================Greek====================================== 	
		SetSelector
        {
            VariationLogic
            SetSelector
            {
                ConstructionLogic 0
                set hotspot
                {
                    version
                    {
                        Visual World G Torch Tall
						Connect ATTACHPOINT fire hotspot
						Connect ATTACHPOINT firebowl hotspot
						Connect ATTACHPOINT smoke hotspot
                    }
                }
                set hotspot
                {
                    version
                    {
                        Visual Building E Outpost foundation
                    }
                }
            }
            SetSelector
            {
                ConstructionLogic 0
                set hotspot
                {
                    version
                    {
                        Visual World G Torch Short
						Connect TOPOFHEAD fire hotspot
						Connect TOPOFHEAD firebowl hotspot
						Connect TOPOFHEAD smoke hotspot
                    }
                }
                set hotspot
                {
                    version
                    {
                        Visual Building E Outpost foundation
                    }
                }
            }
        }
		//==============================Norse====================================== 	
		SetSelector
        {
            VariationLogic
            SetSelector
            {
                ConstructionLogic 0
                set hotspot
                {
                    version
                    {
                        Visual World N Torch Tall
						Connect ATTACHPOINT fire hotspot
						Connect ATTACHPOINT firebowl hotspot
						Connect ATTACHPOINT smoke hotspot
                    }
                }
                set hotspot
                {
                    version
                    {
                        Visual Building E Outpost foundation
                    }
                }
            }
            SetSelector
            {
                ConstructionLogic 0
                set hotspot
                {
                    version
                    {
                        Visual World N Torch Short
						Connect TOPOFHEAD fire hotspot
						Connect TOPOFHEAD firebowl hotspot
						Connect TOPOFHEAD smoke hotspot
                    }
                }
                set hotspot
                {
                    version
                    {
                        Visual Building E Outpost foundation
                    }
                }
            }
        }
		//==============================Atlantean====================================== 	
		SetSelector
        {
            VariationLogic
            SetSelector
            {
                ConstructionLogic 0
                set hotspot
                {
                    version
                    {
                        Visual World G Torch Tall
						Connect ATTACHPOINT fire hotspot
						Connect ATTACHPOINT firebowl hotspot
						Connect ATTACHPOINT smoke hotspot
                    }
                }
                set hotspot
                {
                    version
                    {
                        Visual Building E Outpost foundation
                    }
                }
            }
            SetSelector
            {
                ConstructionLogic 0
                set hotspot
                {
                    version
                    {
                        Visual World G Torch Short
						Connect TOPOFHEAD fire hotspot
						Connect TOPOFHEAD firebowl hotspot
						Connect TOPOFHEAD smoke hotspot
                    }
                }
                set hotspot
                {
                    version
                    {
                        Visual Building E Outpost foundation
                    }
                }
            }
        }
		//==============================Chinese====================================== 	
		SetSelector
    {
            VariationLogic
            SetSelector
		{
			VariationLogic
			set hotspot
			{
				version
				{
					Visual Asian Torch
					Connect FOREHEAD spark hotspot
					Connect TOPOFHEAD spark hotspot
				}
			}
		}
		
		{
            SetSelector
            { 
			    {
                    version
                    {
                        Visual Building E Outpost foundation
                    }
                }
            }
        }
	}
}

		




